home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Explorer Yardimcilari / PiXCL Tools / Hellowld.px_ / Hellowld.px
Encoding:
PiXCL source  |  1996-07-28  |  277 b   |  13 lines

  1. Initialize:
  2.         WinGetActive(Win$)
  3.         UseCoordinates(PIXEL)
  4.         WinLocate(Win$,200,100,500,320,Res)
  5.         SetMenu("Exit!",Leave,
  6.                 ENDPOPUP)
  7.  
  8.         DrawText(20,20,"Hello World")
  9. Wait_for_Input:
  10.         WaitInput()
  11. Leave:
  12.         End
  13.